home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Games / Xconq 7.1.0 / src / xconq-7.1.0 / SelFile / configure.in next >
Encoding:
Text File  |  1996-07-07  |  538 b   |  25 lines  |  [TEXT/R*ch]

  1. # This file is a shell script fragment that supplies the information
  2. # necessary to tailor a template configure script into the configure
  3. # script appropriate for this directory.  For more information, check
  4. # any existing configure script.
  5.  
  6. srctrigger=SelFile.c
  7. srcname="SelFile"
  8.  
  9. # per-host:
  10.  
  11. host_makefile_frag=`${srcdir}/../config.host ${host} ..`
  12.  
  13. # per-target:
  14.  
  15. # post-target:
  16.  
  17. if [ "${with_xpm}" = "yes" ] ; then
  18.     sed -e '/# End of host and/i\
  19. \
  20. WITH_LIBS = $(XPM_LIB)\
  21. ' < Makefile > Makefile.tem
  22.     mv -f Makefile.tem Makefile
  23. fi
  24.  
  25.